home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / Source / Chapter 10 / Test / Assets / Wall Brown.dds.txt < prev    next >
Encoding:
Text File  |  2004-07-07  |  358 b   |  16 lines

  1. #begin
  2.  
  3. texture      string "./Assets/Wall Brown.dds"
  4. ignore_face  bool   false
  5. ignore_fog   bool   false
  6. ignore_ray   bool   false
  7.  
  8. transparency colour 0.0 0.0 0.0 0.0
  9.  
  10. diffuse      colour 1.0 1.0 1.0 1.0
  11. ambient      colour 1.0 1.0 1.0 1.0
  12. specular     colour 0.0 0.0 0.0 0.0
  13. emissive     colour 0.0 0.0 0.0 0.0
  14. power        float  0.0
  15.  
  16. #end